CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 算符优先 FIRSTVT

搜索资源列表

  1. 算符优先

    1下载:
  2. 一个程序,用于判定给定的文法是否为算符优先文法。 实现了:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。-a procedure for the determination of grammar to whether the operator priority to grammar. Realized : 1. Grammar said the machines; 2. LASTVT FIRSTVT sets and set computing
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17004
    • 提供者:luo
  1. suanfuyouxian

    0下载:
  2. 非常不错的算符优先文法..课程设计时做的,界面不错,输出了FirstVt,LastVt,算符优先表,输出结果比较详细-very good operator priority .. grammar courses designed to do, good interface, the output of FirstVt, LastVt, operator priority list, a more detailed output
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:42304
    • 提供者:swb
  1. sfyx

    0下载:
  2. 算符优先算法 给定文法的..不包括优先表的构造及FIRSTVT和LASTVT的计算-operator priority given grammar algorithm .. the priority list does not include the construction and FIRSTVT and LASTV the calculated T
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1346
    • 提供者:JOHN
  1. FLTt

    0下载:
  2. 算符优先算法中非终结符的firstvt集和lastvt集的求解,在vc6.0环境下编译通过-operator priority algorithm end of the Central African websites firstvt sets and lastvt Solution Set, in vc6.0 compile environment
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:10534
    • 提供者:张焕人
  1. signalf

    0下载:
  2. 从文法文件中读入终结符、非终结符、开始符、文法,输出FIRSTVT集,LASTVT集和算符优先矩阵-from grammar document read into the end of website - end website address beginning, grammar, and the output FIRSTVT set, LASTVT set priorities and operator matrix
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3213
    • 提供者:zhouxiang
  1. compiler

    0下载:
  2. 给出非终结符的FIRSTVT和LASTVT集。画出算符优先关系表。给定符号串判定是否是文法中的句子,分析过程用计算机打印出来。-website is not the end of the FIRSTVT and LASTVT set. Ingenuous operator precedence table. Series set to determine whether the symbol is the grammar of the sentence, the analysis process
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:18373
    • 提供者:张海
  1. suanfuyouxian

    1下载:
  2. 编写一个程序,用于判定给定的文法是否为算符优先文法。 注意:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6269
    • 提供者:乐 于与
  1. 040410204

    0下载:
  2. 算符优先文法 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符的FIRSTVT和LASTVT集。 5. 画出算符优先关系表。 6. 判定读入的文法是否是算符优先文法。 7.给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:91278
    • 提供者:狐狸
  1. analyse

    1下载:
  2. 课题问题描述 1. 根据算符优先分析算法,编写一个语法分析程序,可以选择以下三项之一作为分析算法中的输入: (1)直接输入根据已知文法人工构造的算法优先关系矩阵 (2)输入已知文法和FIRSTVT、LASTVT集合,由程序自动生成该文法的算法优先关系矩阵 (3)输入已知文法,由程序自动生成该文法的算法优先关系矩阵。 2. 程序具有通用性,即所编制的语法分析程序能够适用于不同文法以及各种输入单词串,并能判断该文法是否为算符文法和算符优先文法。 3. 对
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:78333
    • 提供者:ddcw
  1. TCPIP

    0下载:
  2. 六、 限自动机的生成及化简过程模拟 10 七、 First集和Follow集生成算法模拟 10 八、 LL(1)分析过程模拟 11 九、 FirstVT集和LastVT集生成算法模拟 12 十、 算符优先分析表生成模拟 12 十一、 算符优先分析过程模拟
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:98688
    • 提供者:啊啊啊啊
  1. Tetris0.9

    0下载:
  2. 七、 First集和Follow集生成算法模拟 10 八、 LL(1)分析过程模拟 11 九、 FirstVT集和LastVT集生成算法模拟 12 十、 算符优先分析表生成模拟 12 十一、 算符优先分析过程模拟 13 十二、 LR分析过程模拟 13
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:159146
    • 提供者:啊啊啊啊
  1. sufuyouxian

    0下载:
  2. 算符优先,先输入语法规则,就可求出FIRSTVT及LASTVT,然后给出算符优先关系表
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2444
    • 提供者:刘强国
  1. SymBol.给定文法的包括优先表的构造及FIRSTVT和LASTVT的计算

    0下载:
  2. 算符优先算法的部分,对给定文法的包括优先表的构造及FIRSTVT和LASTVT的计算,Operator part of the priority algorithm, the given grammatical structure, including a priority table and the calculation of FIRSTVT and LASTVT
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-04-09
    • 文件大小:208531
    • 提供者:郑小飞
  1. suanfuyouxian345.rar

    0下载:
  2. FirstVT集和LastVT集生成算法模拟 算符优先分析表生成模拟 算符优先分析过程模拟,FirstVT sets and set LastVT Simulation Algorithm Analysis operator priority priority operator generated simulation analysis simulation
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:33198
    • 提供者:韩辉
  1. Suanfu_Gui

    2下载:
  2. 编译课程设计:算符优先算法分析,firstVT,lastVT,符号串分析-Operator First Algorithm
  3. 所属分类:Compiler program

    • 发布日期:2015-09-20
    • 文件大小:5120
    • 提供者:ssh
  1. andlife

    0下载:
  2. 输出每个非终结字符的FIRSTVT集合和LASTVT集合以及文法算符优先关系表-Output of each non-end characters FIRSTVT collections and collections, as well as grammar LASTVT operator precedence relations table
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3060
    • 提供者:litie
  1. PrinciplesOfCurriculumDesignCompiler

    0下载:
  2. 包括开发文档和完整的程序。 算符优先语法分析模拟构造器主要包括文法的FirstVT和LastVT集模拟构造,算符优先关系表的构造,算符优先函数表的构造,句子(程序)分析归约过程等几个部分。-Including the development of documents and procedures. Simulation of the priority operator parsing constructor FirstVT mainly grammar and structure LastV
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:476191
    • 提供者:穆鹏
  1. 20090612

    1下载:
  2. 算符优先算法,输入文法数和文法,自动分析生成firstVT和lastVT,并显示表,输入字符串,判断该字符串是否符合要求-Operator priority algorithm, the number of input grammar and the grammar, generate automatic analysis firstVT and lastVT, and display the table, enter the string to determine whether it mee
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:138897
    • 提供者:陈铮淇
  1. firstvtlastvt

    0下载:
  2. 编译原理 FirstVT 和 LastVT的计算 以及算符优先文法演示-FirstVT LastVT stack
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:3529
    • 提供者:jdc
  1. 11111

    0下载:
  2. 进行算符优先计算,拥有firstvt与lastvt的计算(Perform operator precedence calculation with firstvt and lastvt)
  3. 所属分类:数值算法/人工智能

« 12 »
搜珍网 www.dssz.com